home *** CD-ROM | disk | FTP | other *** search
/ Floppyshop 2 / Floppyshop - 2.zip / Floppyshop - 2.iso / diskmags / 0022-3.564 / dmg-0086 / 435.txt < prev    next >
Text File  |  1997-04-16  |  13KB  |  319 lines

  1. =========================================================================
  2.  
  3. INFO-ATARI16 Digest         Tue, 10 Apr 90       Volume 90 : Issue  435
  4.  
  5. Today's Topics:
  6.            Bus errors (was re: _memlow / _memtop / phystop)
  7.                      Gribnif: what does it MEAN?
  8.                      INFO-ATARI16 Digest V90 #426
  9.                       Moving hardware to Europe
  10.                          pc-speed with 80286
  11.                  PC Ditto 3.0, ICD Adapter, DOS BOOT
  12.                         PC rag notices the TT
  13.                         play.arc on terminator
  14.                Spectrum picture posting:A call to arms!
  15.                          Welltris for the ST?
  16. ----------------------------------------------------------------------
  17.  
  18. Date: 10 Apr 90 20:27:20 GMT
  19. From: portal!atari!apratt@apple.com  (Allan Pratt)
  20. Subject: Bus errors (was re: _memlow / _memtop / phystop)
  21. Message-ID: <2137@atari.UUCP>
  22.  
  23. achowe@tiger.waterloo.edu (anthony howe) writes:
  24. >Is a bus error generated if a memory reference is made to memory
  25. >outside the range specified in system variables [_memlow, _memtop] or
  26. >on the range [0, phystop]?
  27.  
  28. You shouldn't rely on getting a bus error (or not getting one) anywhere.
  29. People can muck with the variables you mention, so you really can't
  30. count on them.
  31.  
  32. This is a good time to publish my universal bus-error code fragment. It
  33. works on any CPU and it doesn't even have to check what CPU it's on. Of
  34. course, it must run in Supervisor mode, because it fools with the bus
  35. error vector.  The key to the code is that it cleans off the bus error
  36. exception from the stack regardless of how much the CPU put there.  It
  37. does this by saving the original SSP and restoring it later, rather
  38. than adding a constant number of bytes to SSP. (If you DON'T get a bus
  39. error, the final "move a1,sp" is a no-op.)
  40.  
  41. begin:
  42.         move.l  $8,a0
  43.         move.l  sp,a1
  44.         move.l  #berr,$8
  45.  
  46. * Do something that might cause bus error
  47.         move.l  testaddr,d0
  48.  
  49. * If you get to the next instruction, you DIDN'T get a bus error.
  50. * Handle that case here (zero a flag), then branch to berrdone.
  51.  
  52.         sf      berrflag
  53.         bra     berrdone
  54.  
  55. * If you get to this label, you DID get a bus error.  Handle that
  56. * case (set a flag), then fall through to berrdone.
  57.  
  58. berr:   st      berrflag
  59.  
  60. berrdone:
  61.         move.l  a0,$8
  62.         move.l  a1,sp
  63.  
  64. ============================================
  65. Opinions expressed above do not necessarily     -- Allan Pratt, Atari Corp.
  66. reflect those of Atari Corp. or anyone else.      ...ames!atari!apratt
  67.  
  68. ------------------------------
  69.  
  70. Date: 10 Apr 90 22:51:47 GMT
  71. From: cbmvax!andy@uunet.uu.net  (Andy Finkel)
  72. Subject: Gribnif: what does it MEAN?
  73. Message-ID: <10761@cbmvax.commodore.com>
  74.  
  75. In article <261E6C25.10489@maccs.dcss.mcmaster.ca> johns@maccs.dcss.mcmaster.ca
  76.  (Conan the Barbarian) writes:
  77. >In article <3132@water.waterloo.edu> ljdickey@water.waterloo.edu (L.J.Dickey)
  78.  writes:
  79. >>In article <3143@castle.ed.ac.uk> aimd@castle.ed.ac.uk (M Davidson) writes:
  80. >>I have a feeling I have heard this word somewhere before, perhaps
  81. >>in a TV show.  Does anybody know the meaning of the word?
  82. >
  83. >       You're absolutely right.  My bubugged the girl that works the
  84. >Gribnif booth in '88 about the meaning in Gribnif, and never got an
  85. >answer.  Undaunted, he tried again this year, and still got nowhere.
  86.  
  87.  
  88. Are you talking about standard Gribnif or Royal Gribnif ?
  89.  
  90. There are significant differences, you know.
  91.  
  92.                 andy
  93. --
  94. andy finkel             ?uunet|rutgers|amiga?!cbmvax!andy
  95. Commodore-Amiga, Inc.
  96.  
  97. "Not everything worth doing is worth doing well."
  98.  
  99. Any expressed opinions are mine; but feel free to share.
  100. I disclaim all responsibilities, all shapes, all sizes, all colors.
  101.  
  102. ------------------------------
  103.  
  104. Date: Tue, 10 Apr 90 21:32:02 EST
  105. From: Brian <UOG91270@vm.uoguelph.ca>
  106. Subject: INFO-ATARI16 Digest V90 #426
  107.  
  108. Thanks for the updated format list Ian.
  109.  
  110. Now I have to find some time to work on it and have a viewer/converter
  111. for the Amiga.
  112.  
  113. BDS.
  114.  
  115. ------------------------------
  116.  
  117. Date: Tue, 10 Apr 90 23:07:20 EDT
  118. From: clark@mshri.utoronto.ca
  119. Subject: Moving hardware to Europe
  120. Message-ID: <9004110307.AA28181@lash.utcs.utoronto.ca>
  121.  
  122.         A friend of mine is moving to France from Toronto and is worried
  123. about problems that he may have with his ST. He has a step-down transformer
  124. to get to 120 V, but can't do anything about the difference in frequency.
  125. I expect that there won't be a problem for the computer itself, since it
  126. rectifies everything to DC anyway, but what about the colour and monochrome
  127. monitors, and the hard disk drive (sorry, I didn't think to ask the make).
  128. He also has Spectre 128 and the Translator. Are there any other problems he
  129. should be aware of, such as incompatibility of European software on North
  130. American machines?
  131.  
  132.         Any info would be greatly appreciated. You can mail to me directly or
  133. post to the net, since I read the Bitnet compilations regularly.
  134.  
  135.  
  136. Steve Clark
  137.  
  138. clark@mshri.utoronto.ca  (Internet)
  139. sinai@utoroci            (Netnorth/Bitnet)
  140.  
  141. ------------------------------
  142.  
  143. Date: 10 Apr 90 20:37:56 GMT
  144. From: mcsun!unido!gmdzi!focke@uunet.uu.net  (Stefan Focke)
  145. Subject: pc-speed with 80286
  146. Message-ID: <2191@gmdzi.UUCP>
  147.  
  148. Hello,
  149.  
  150. I got a letter from 'Heim-Verlag', the german distributor of PC-Speed.
  151. They told me, that a 80286 Version will be available in June. The did
  152. not tell anything more.
  153.  
  154.  
  155. -------------------------------------------------------------------
  156.  
  157. Stefan Focke                  Tel. 02241-14-2265
  158. GMD-Z2.W                      e-mail: focke@gmdzi.uucp
  159. Postfach 1240                         focke@gmdzi.gmd.de
  160. 5205 St. Augustin 1                   ...!?uunet!mcvax!?unido!gmdzi!focke
  161.  
  162. ------------------------------
  163.  
  164. Date: 10 Apr 90 23:42:56 GMT
  165. From:
  166.  pacific.mps.ohio-state.edu!zaphod.mps.ohio-state.edu!usc!cs.utexas.edu!psurge@t
  167.  ut.cis.ohio-state.edu  (Troy Carpenter)
  168. Subject: PC Ditto 3.0, ICD Adapter, DOS BOOT
  169. Message-ID: <8354@cs.utexas.edu>
  170.  
  171. In article <16000044@ux1.cso.uiuc.edu>, cs325ec@ux1.cso.uiuc.edu writes:
  172. >
  173. >
  174. >       Has anyone gotten PC Ditto 3.0 (Software version) to boot from
  175. >       a hard disk with an ICD Boot also?  I tried setting the third
  176. >       through (nth?) bytes with $90 IBM  3.3, but apparently DOS looks
  177. >       for more before deciding that the disk is bootable.
  178. >
  179. >       Any help appreciated...
  180. >
  181. >       -- Greg
  182.  
  183. Well, let's see if I can remember back that far...I think this is how I did it:
  184.  
  185. First, format drive C and set it to autoboot with the ICD software.  If it is
  186. already set to autoboot, then copy all files off of the drive because you are
  187. about to erase everything.
  188.  
  189. Second, boot up pcditto and issue the command FORMAT C: /S
  190. This will logically format the disk and write the system and boot sectors onto
  191. the partition sector (0).  When  finished do the <CTL><ALT><DEL> thing and go
  192. back to the title screen.  Reboot the IBM mode from the hard drive this time to
  193. see if that works at least.  When you have the IBM system booting off the hard
  194. drive then go back to ST mode.
  195.  
  196. Finally copy your ICDBOOT.SYS back to drive C and now boot the ST to make sure
  197. that works.  Then run pcditto again and make sure that works.  If I remember
  198. correctly, that is how I did it and it works on my system.
  199.  
  200. Once you can boot off both systems then you can put all your files back on drive
  201. C and continue as normal.
  202.  
  203. Oh, one thing...You cannot have a disk in drive A: when booting from the hard
  204. drive in IBM mode, the program will lock up.  However, after the boot cycle is
  205. over, it is wise to put a disk in drive A: and access it, otherwise the motor
  206. will keep running (my drive light is not on, but the motor is running, this
  207. shuts it off).
  208.  
  209. If you have any questions feel free to send me mail:
  210.  
  211.  
  212.                                  Troy Carpenter
  213.                         Department of Computer Sciences
  214.                         THE University of Texas, Austin
  215.                               psurge@cs.utexas.edu
  216.  
  217. ------------------------------
  218.  
  219. Date: Tue, 10 Apr 90 23:33:56 EDT
  220. From: clark@mshri.utoronto.ca
  221. Subject: PC rag notices the TT
  222. Message-ID: <9004110333.AA29102@lash.utcs.utoronto.ca>
  223.  
  224.         Having to deal with mserable-dos machines at work, I try to keep up
  225. with the field be reading a few pc publications. One of them, PC WEEK, is a
  226. weekly tabloid-style rag with lots of product anouncements and
  227. advertisments that they will send you free if you can convince them that
  228. you are responsible for buying lots of hardware or software for your
  229. company. (It's actually quite useful, and they are frequently very
  230. critical of IBM, which matches my opinion nicely.) One of the must-read
  231. columns is called Rumor Central, by "Spencer F. Katt", on the second last
  232. page. In the issue of March 26, 1990, he describes his trip to Taiwan to
  233. see what Intel is up to with the 586 processor, then continues:
  234.  
  235.         "Of course, the Katt didn't return straight home from the land of
  236. Chiang Kai-shek. He hopped Lufthansa to Germany for the Hannover Computer
  237. Fair, and feasted his eyes on goodies being shown there, including a new
  238. Atari machine -- which runs Unix on a 68030 processor and will sell for
  239. less than $2000."
  240.  
  241.         This reference to the TT is the only thing he says about the
  242. Hannover show. True, this wasn't a front page article, but maybe things
  243. aren't beyond hope for Atari if they can get some attention in a
  244. publication that describes itself as "THE NATIONAL NEWSPAPER OF CORPORATE
  245. MICROCOMPUTING". (Being a Canadian, I will give them the benefit of the
  246. doubt and assume that by _national_, they mean _not-regional_, and don't
  247. mean U.S.A.)
  248.  
  249.         I just thought there might be some interest.
  250.  
  251.  
  252. Steve
  253.  
  254. clark@mshri.utoronto.ca  (Internet)
  255. sinai@utoroci            (Netnorth/Bitnet)
  256.  
  257. "Nothing in biology makes sense except in the context of evolution"
  258.  
  259. ------------------------------
  260.  
  261. Date: 11 Apr 90 01:30:16 GMT
  262. From: haven!wam!dmb@louie.udel.edu  (David M. Baggett)
  263. Subject: play.arc on terminator
  264. Message-ID: <1990Apr11.013016.21118@wam.umd.edu>
  265.  
  266. >
  267. >  Has anyone been able to successfully un-arc play.arc on terminator. Everytime
  268. >I d/l it and try and unarc it there is garbage in the archive.
  269.  
  270. Perhaps it's been munged.  I'll upload it again; look for play2.arc.
  271.  
  272. Dave Baggett
  273. dmb@cscwam.umd.edu
  274.  
  275. ------------------------------
  276.  
  277. Date: 10 Apr 90 22:00:14 GMT
  278. From: chinet!saj@gargoyle.uchicago.edu  (Stephen Jacobs)
  279. Subject: Spectrum picture posting:A call to arms!
  280. Message-ID: <1990Apr10.220014.3240@chinet.chi.il.us>
  281.  
  282. In article <9004081735.AA08871@jade.berkeley.edu> WSCART01@ULKYVX.BITNET writes:
  283. >
  284. >OK, I am sure to make some people happy and to forever piss others off.
  285. >In that vain, i was wondering if people would like me to post some
  286. >spectrum pictures here. Most of you fall into two groups:
  287.  
  288. I'd like the pictures, but I don't want non-text postings in this newsgroup.
  289. The standard way to handle this kind of thing is to make a mailing list...
  290. I'm not exactly sure, but I think that just means setting up a mail alias
  291. and sending the stuff to the alias.  Or you might set up a group in the alt
  292. hierarchy: alt.pictures.spectrum, perhaps.  Of course, even some people who
  293. wanted them might find an alt group hard to get.
  294.                                 Steve J.
  295.  
  296. ------------------------------
  297.  
  298. Date: 10 Apr 90 19:44:23 GMT
  299. From: sdd.hp.com!hp-pcd!hplsla!andyc@think.com  (Andy Cassino)
  300. Subject: Welltris for the ST?
  301. Message-ID: <5440113@hplsla.HP.COM>
  302.  
  303. Has anyone heard whether Spectrum Holobyte has "Welltris" (3-dimensional
  304. Tetris) in the works for the ST? I played it on a friend's PC the other
  305. day and I stand ready to buy it the second it's available!
  306.  
  307.     %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  308.     % Andy Cassino                                                  %
  309.     % uucp: hplabs!hplsla!andyc  domain: andyc%hplsla@hplabs.hp.com %
  310.     % Hewlett-Packard              Lake Stevens Instrument Division %
  311.     % 8600 Soper Hill Road                   Everett, WA 98205-1298 %
  312.     % (206) 335-2211                                                %
  313.     %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  314.  
  315. ------------------------------
  316.  
  317. End of INFO-ATARI16 Digest V90 Issue #435
  318. *****************************************
  319.